GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Task Class / SplitTask Method / SplitTask(Double[]) Method
The alternating durations of work and suspension periods. The array must contain the odd number of values.

In This Topic
    SplitTask(Double[]) Method
    In This Topic
    Splits the task.
    Syntax
    'Declaration
     
    Public Overloads Function SplitTask( _
       ByVal durations() As Double _
    ) As Boolean
    public bool SplitTask( 
       double[] durations
    )

    Parameters

    durations
    The alternating durations of work and suspension periods. The array must contain the odd number of values.

    Return Value

    True if the splitting is succeeded, false otherwise.
    See Also